,System.Single)} ,System.Single,System.Action{-1})} )}
TableSectionInformation(INotifyCollectionChanged, Func
Defined in
Type: TableSectionInformationReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
Overloads¶
- 1.
public TableSectionInformation(INotifyCollectionChanged collection, Func<object?, NSString>? cellKeySelector, float sizeHint) - 2.
public TableSectionInformation(INotifyCollectionChanged collection, Func<object?, NSString>? cellKeySelector, float sizeHint, Action<TCell>? initializeCellAction) - 3.
public TableSectionInformation(INotifyCollectionChanged collection, NSString cellKey, float sizeHint) - 4.
public TableSectionInformation(INotifyCollectionChanged collection, NSString cellKey, float sizeHint, Action<TCell>? initializeCellAction)
1. Overload¶
public TableSectionInformation(INotifyCollectionChanged collection, Func<object?, NSString>? cellKeySelector, float sizeHint)
Summary: Initializes a new instance of the TableSectionInformation class.
Parameters
| Name | Type | Description |
|---|---|---|
collection | INotifyCollectionChanged | The collection. |
cellKeySelector | Func | The cell key selector. |
sizeHint | float | The size hint. |
2. Overload¶
public TableSectionInformation(INotifyCollectionChanged collection, Func<object?, NSString>? cellKeySelector, float sizeHint, Action<TCell>? initializeCellAction)
Summary: Initializes a new instance of the TableSectionInformation class.
Parameters
| Name | Type | Description |
|---|---|---|
collection | INotifyCollectionChanged | The collection. |
cellKeySelector | Func | The cell key selector. |
sizeHint | float | The size hint. |
initializeCellAction | Action | The initialize cell action. |
3. Overload¶
public TableSectionInformation(INotifyCollectionChanged collection, NSString cellKey, float sizeHint)
Summary: Initializes a new instance of the TableSectionInformation class.
Parameters
| Name | Type | Description |
|---|---|---|
collection | INotifyCollectionChanged | The collection. |
cellKey | NSString | The cell key. |
sizeHint | float | The size hint. |
4. Overload¶
public TableSectionInformation(INotifyCollectionChanged collection, NSString cellKey, float sizeHint, Action<TCell>? initializeCellAction)
Summary: Initializes a new instance of the TableSectionInformation class.
Parameters
| Name | Type | Description |
|---|---|---|
collection | INotifyCollectionChanged | The collection. |
cellKey | NSString | The cell key. |
sizeHint | float | The size hint. |
initializeCellAction | Action | The initialize cell action. |